Welcome![Sign In][Sign Up]
Location:
Search - dining philosophers

Search list

[uCOSex3

Description: 哲学家就餐问题的实现!是使用信号量实现的,有利于ucos的学习-Implementation of the dining philosophers problem! Is to use semaphore implementation, and is conducive to learning uCOS
Platform: | Size: 322560 | Author: hsc | Hits:

[CSharpConsoleApplicationforEat0207

Description: 操作系统中的哲学家就餐问题模拟系统。命令行程序。c#实现。运行需要.NET Framework 2.0。另有可视化界面程序。-Operating system in the dining philosophers problem simulation system. Command-line program. c# implementation. Required to run. NET Framework 2.0. Another visualization interface procedures.
Platform: | Size: 3072 | Author: yy | Hits:

[CSharpPE0213

Description: 操作系统中的哲学家就餐问题模拟系统。可视化界面程序。c#实现。运行需要.NET Framework 2.0。另有命令行程序。-Operating system in the dining philosophers problem simulation system. Visualization interface procedures. c# implementation. Required to run. NET Framework 2.0. Another command-line program.
Platform: | Size: 2838528 | Author: yy | Hits:

[Windows DevelopPhilosopher

Description: 哲学家就餐问题MFC演示程序,生动说明了这个问题-Dining philosophers problem MFC demo program
Platform: | Size: 66560 | Author: ddl | Hits:

[Process-ThreadDining_philosophers

Description: 用VC实现的哲学家就餐问题,其中用到了信号量的宏,并多线程的方法,模拟哲学家就餐问题。-Implementation using VC dining philosophers problem, use one of the semaphore macros, and multi-threaded approach, Analog dining philosophers problem.
Platform: | Size: 525312 | Author: 兰韬 | Hits:

[Windows DevelopPhilosopher

Description: 操作系统中经典的哲学家进餐问题,使用VC6.0可以进行编译-Operating system in the classic dining philosophers problem, use the VC6.0 compiler can
Platform: | Size: 158720 | Author: 笨笨周 | Hits:

[uCOSphilosopher

Description: 基于UCOS2开源的程序,描述了操作系统里经典的哲学家就餐问题,很好的实现了进程的实时控制,实现了进程同步 -UCOS2 procedures based on open source, describes the operating system in the classic dining philosophers problem, a very good implementation of the process of real-time control, implementation of the process synchronization
Platform: | Size: 295936 | Author: 肖叶枝 | Hits:

[Linux-UnixPhilosopher

Description: 关于操作系统哲学家进餐的动态演示程序,清晰的分析了死锁发生的情形和修正死锁。-Dining philosophers about the operating system dynamic presentation procedures, a clear analysis of the deadlock situation occurred and amendments to deadlock.
Platform: | Size: 41984 | Author: 成炼 | Hits:

[OS programfrfs

Description: 读者写者问题,哲学家就餐问题,先来先来先服务-Writing questions from readers, dining philosophers problem, first-come, first-come, first serve
Platform: | Size: 4096 | Author: zhangmin | Hits:

[JSP/JavaDiningphilosophersproblem

Description: 哲学家进餐问题假如所有的哲学家都同时拿起左侧筷子,看到右侧筷子不可用,又都放下左侧筷子, 等一会儿,又同时拿起左侧筷子,如此这般,永远重复。对于这种情况,即所有的程序都在 无限期地运行,但是都无法取得任何进展,即出现饥饿,所有哲学家都吃不上饭。-Dining philosophers problem
Platform: | Size: 4096 | Author: | Hits:

[OS DevelopDiningphilosophersproblem11

Description: 学家进餐问题也是一个经典的同步问题,它是由Dijkstra提出并解决的。哲学家进餐问题是这样的:5个哲学家以思考、吃饭交替进行的方式生活,他们共享一张周围有5把椅子的圆桌,每人一把椅子,在桌子上摆有5个饭碗和5只筷子。当一个哲学家思考时,他不与邻座同事发生联系。当一哲学家饿了,他就试图拿起他左右两边的筷子吃饭。显然,他不能拿起已抓在他的邻座手中的筷子,于是,他可能只拿到一只甚至一只筷子也拿不到。当一个饥饿的哲学家得到了两只筷子,他就可以吃饭。当他用饭毕,就放下筷子并再次开始思考。5个哲学家共享5支筷子,最多只能不相邻的两个哲学家同时就餐请问:是否有死锁的可能? 在多道程序设计环境下,进程同步问题十分重要,其中“哲学家进餐问题”是较有代表性的。通过对该问题的研究学习和实践,可以帮助我们更好的理解和掌握临界资源、进程同步的概念和实现方法。-Dining philosophers problem
Platform: | Size: 1024 | Author: | Hits:

[OtherDineRun

Description: 哲学家吃饭问题 当五个人都拿到左手边筷子,都等待拿右手边筷子,则因为谁都不能放下手中的筷子,这样就进入无止境的等待,构成死锁 * 解决方法1:奇数号先拿左边的筷子,偶数号先拿右边的筷子,即相邻两个人先拿其中间夹的筷子,使这个筷子成为临界资源; * 解决方法2:两边的筷子都空闲时,再拿筷子,if(chopstick.flag(n)==false&&chopstick.flag(n 5)==false); * 解决方法3:只允许(n-1)个人同时进餐; * 本程序采用方法1 解决-Dining philosophers problem
Platform: | Size: 1024 | Author: | Hits:

[OS Developlab1

Description: 操作系统中的 哲学家进餐问题 经典算法vc版-Operating system in the dining philosophers problem
Platform: | Size: 2888704 | Author: 付炳瑶 | Hits:

[Mathimatics-Numerical algorithmsEating

Description: 根据哲学家就餐算法实现的程序。主要是解决可能出现的死锁问题。-Dining philosophers algorithm in accordance with procedures. Mainly to resolve the deadlock issues that may arise.
Platform: | Size: 71680 | Author: jiang | Hits:

[Process-Threadzhexuejiawenti

Description: 哲学家就餐问题 进程管理 -Dining philosophers problem of process management
Platform: | Size: 2048 | Author: xpppp | Hits:

[Education soft systemDiningPhilosophor

Description: 模拟哲学家就餐的过程,通常是操作系统的课程设计的课题 -Dining philosophers process of simulation, the operating system is usually the subject of the curriculum design
Platform: | Size: 3909632 | Author: chenqing | Hits:

[OS Developzhexuejiajingcangwenti

Description: 哲学家进餐问题 代码精炼 程序优化带有课程设计报告-Code refined dining philosophers problem with the curriculum design process optimization report
Platform: | Size: 63488 | Author: 留慧 | Hits:

[Linux-UnixDiningPhilosophers

Description: Linux下多线程实现哲学家进餐算法。使用了线程间协调通信,有优先级,防止了死锁。-Dining philosophers algorithm Multithread was utilized. Compiled in Linux GCC
Platform: | Size: 2048 | Author: 金鑫 | Hits:

[OS Developreview

Description: 操作系统复习资料 包括用p,v原语实现读写优先 哲学家用餐问题-Review the information, including operating system with p, v the original language to read and write to achieve the priority dining philosophers problem
Platform: | Size: 7168 | Author: weilu | Hits:

[Linux-Unixzhexue

Description: 通过研究Linux的线程机制和信号量实现哲学家就餐问题的并发控制-By studying the Linux thread and semaphore mechanisms to achieve dining philosophers problem of concurrency control
Platform: | Size: 1024 | Author: 王晓难 | Hits:
« 1 2 3 4 5 6 7 89 10 11 12 13 14 »

CodeBus www.codebus.net